home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / penguin.swf / scripts / DefineSprite_623 / frame_315 / DoAction.as
Encoding:
Text File  |  2007-06-26  |  186 b   |  12 lines

  1. stop();
  2. if(_root.role2.isCPU && _root.role.isCPU != true && _root.playerSide == 2)
  3. {
  4.    _root.game_gameOver();
  5.    gotoAndStop("gameOver");
  6.    play();
  7. }
  8. else
  9. {
  10.    showWin();
  11. }
  12.